SetCPUThrottlingRateRequest

data class SetCPUThrottlingRateRequest(rate: Double)

Represents request frame that can be used with Emulation#setCPUThrottlingRate operation call.

Enables CPU throttling to emulate slow CPUs.

See also

Constructors

SetCPUThrottlingRateRequest
Link copied to clipboard
fun SetCPUThrottlingRateRequest(rate: Double)

Properties

rate
Link copied to clipboard
val rate: Double
Throttling rate as a slowdown factor (1 is no throttle, 2 is 2x slowdown, etc).

Sources

jvm source
Link copied to clipboard